home *** CD-ROM | disk | FTP | other *** search
/ Aminet 8 / Aminet 8 (1995)(GTI - Schatztruhe)[!][Oct 1995].iso / Aminet / util / cli / REQ.lha / Req / Req.doc < prev    next >
Text File  |  1995-06-10  |  1KB  |  41 lines

  1.  
  2.                                     Req
  3.                                     ~~~
  4.                                     
  5.  
  6. ©Copyright 1995 Thomas Ansorge, Dinkelackerring 55, 67435 Neustadt,
  7. Germany. Req is Freeware.
  8.  
  9. DISCLAIMER: REQ SOFTWARE IS PROVIDED "AS-IS" AND SUBJECT TO CHANGE; NO
  10. WARRANTIES ARE MADE. ALL USE IS AT YOUR OWN RISK. NO LIABILITY OR
  11. RESPONSIBILITY IS ASSUMED.
  12.  
  13.  
  14. Req is a small CLI tool that produces a file/directory requester and then
  15. calls a CLI command with the result of the requester as argument(s).
  16.  
  17. Template: COMMAND/A,SAVE/S,DIR/S,SHOW/S,ASK/S
  18.  
  19. COMMAND: the command to be executed
  20. SAVE: produce a save requester
  21. DIR: produce a directory requester
  22. SHOW: show the commandline to be executed before execution (for debug
  23. purposes, for example)
  24. ASK: shows the command and asks the user whether to execute it or not
  25.  
  26. Example:
  27. > req "list dirs" dir
  28. (directory requester pops up, user selects RAM: (for example))
  29. (the commandline "list dirs ram:" will be executed)
  30.  
  31. Known bug: If you use the filerequester as directory requester (you leave
  32. the filerequester with ok, but the file string gadget is empty), 48 bytes
  33. of memory will not be freed and the directory becomes read-only ("object in
  34. use") until the next reset. Use the DIR option to avoid this bug if you
  35. want a directory name!
  36.  
  37.  
  38. Let's greet my beta testers Michael and Stephan here...
  39.  
  40. Have fun! Thomas. :-})
  41.